const runtime.unwindJumpStack
5 uses
runtime (current package)
mprof.go#L742: u.initAt(pc, sp, 0, gp, unwindSilentErrors|unwindJumpStack)
proc.go#L5817: u.initAt(mp.vdsoPC, mp.vdsoSP, 0, gp, unwindSilentErrors|unwindJumpStack)
proc.go#L5819: u.initAt(pc, sp, lr, gp, unwindSilentErrors|unwindTrap|unwindJumpStack)
traceback.go#L74: unwindJumpStack
traceback.go#L289: if u.flags&unwindJumpStack != 0 && gp == gp.m.g0 && gp.m.curg != nil && gp.m.curg.m == gp.m {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)